PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFTextAnnotationState Enumeration
In This Topic
    PDFTextAnnotationState Enumeration
    In This Topic
    Defines the supported states for text annotations.
    Members
    MemberDescription
    ACCEPTEDThe user agrees with the change.
    CANCELLEDThe change has been cancelled.
    COMPLETEDThe change has been completed.
    MARKEDThe annotation has been marked by the user.
    NO_STATENo state has been associated with the annotation.
    NONEThe user has indicated nothing about the change.
    REJECTEDThe user disagrees with the change.
    UNMARKEDThe annotation has not been marked by the user.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.PDFTextAnnotationState

    See Also